home *** CD-ROM | disk | FTP | other *** search
/ Future Workshop / Future Workshop.iso / editor / readedit / read.doc < prev    next >
Encoding:
Text File  |  1995-09-21  |  8.1 KB  |  135 lines

  1.                            INSTRUCTIONS FOR READ
  2.  
  3. READ.EXE is a program for reading and editing ASCII text files. The program
  4. requires a PC/AT compatible computer with a color monitor. If a mouse is
  5. detected in the system, it is automatically supported. You can type READ
  6. FILENAME at the DOS prompt to load a text file at start-up time, or you can
  7. run the program and then select a file.
  8.  
  9. The file selection menu allows you to navigate to all drives and directories.
  10. Use the UP/DN ARROW KEYS, PAGE UP/DN, HOME/END or the MOUSE CURSOR to move
  11. the highlight bar (selecting the ".." token moves you up one directory). If
  12. you select a file by pressing the ENTER key, or by DOUBLE-CLICKING the LEFT
  13. MOUSE button, then the file will be loaded for editing. If you select a file
  14. by pressing the SPACE BAR, then the file will be loaded for viewing only (the
  15. F3 search and F7 print options will still be active). If you press ESCAPE
  16. from the menu, you will get an input prompt at the bottom of the screen that
  17. lets you enter a filename manually. If you specify a filename that does not
  18. exist, you will be asked if you want to create it.
  19.  
  20. Press ESCAPE, or F10, to end your session with READ. If you have made changes
  21. to the document, you will be asked if you want to save the file. Press ENTER
  22. to save the document under its present filename, or enter a different name.
  23. To bypass the file save, press ESCAPE again. At this point you will be asked
  24. if you want to quit the document. The default answer is [N]o. It you press
  25. [Y]es, or ESCAPE, you are returned to the file selection menu. You can either
  26. select another file, or press ESCAPE one more time. You are then asked to
  27. enter the filename of a new document to READ (this gives you the chance to
  28. CREATE another file). Press ESCAPE at this prompt to end the program. In
  29. general, use the ESCAPE key to cancel options, and to back progressively out
  30. of the program.
  31.  
  32. READ is capable of displaying and editing text files of virtually UNLIMITED
  33. size. When you READ a large text file (approximately 39K bytes or more), a
  34. set of temporary files is created in the default directory with filenames of
  35. the form {@}R****, where the asterisks are numbers indicating the segment
  36. number. Press F9 to go to another segment for reading or editing. Depending
  37. on the density of the text in your document, each segment can be up to 1500
  38. lines long. When you end your session, the original file is reconstructed,
  39. and the temporary file segments are erased.
  40.  
  41. Press F2 to change the color of text on the screen (the text color reverts to
  42. the default yellow for each new document). Press F1 to display a HELP screen
  43. that summarizes the editing keys. If you just want to READ through a document,
  44. use the UP and DOWN ARROW keys to scroll the text, or use the PAGE UP and
  45. PAGE DOWN keys to go to the next full screen of text. The LEFT and RIGHT
  46. ARROW keys move the cursor along the lines of text. CTRL-LEFT ARROW and
  47. CTRL-RIGHT ARROW give you a fast cursor motion. HOME puts the cursor at the
  48. start of the current line, and END puts the cursor at the end of the line.
  49. CTRL-HOME puts the cursor at the beginning of the document, and CTRL-END puts
  50. the cursor at the end of the document.
  51.  
  52. The MOUSE CURSOR can be used to position the editing cursor by clicking the
  53. LEFT mouse button. Also, you can place the MOUSE CURSOR on the UP and DOWN
  54. ARROW ICONS and click the LEFT button to scroll to the next full screen of
  55. text. Place the MOUSE CURSOR on the TOP or BOTTOM screen border lines and
  56. click the LEFT button to move the editing cursor UP or DOWN one line. Place
  57. the MOUSE CURSOR of the LEFT or RIGHT screen border lines and click the LEFT
  58. button to advance the editing cursor 10 positions LEFT or RIGHT. In general,
  59. the LEFT mouse button is treated like a RETURN key press, and the RIGHT mouse
  60. button is treated like an ESCAPE key press.
  61.  
  62. Press CTRL-W to toggle the word wrap feature. The current file or segment
  63. will be processed so that long text lines are wrapped onto the editing
  64. screen. This will NOT alter the original file on disk unless you explicitly
  65. save the document. When you are entering text, words at the end of a line
  66. will be automatically wrapped onto the next line. The default setting is OFF
  67. for each new document.
  68.  
  69. If you toggle the line indenting feature using the F12 key, the next line of
  70. text will be aligned with the starting column of the line above it when you
  71. press ENTER. Use the INSERT key to toggle the insert or typeover mode. The
  72. TAB key will insert or typeover five standard spaces in your document, but
  73. does NOT insert the ASCII TAB character. The DELETE and BACKSPACE keys are
  74. used for deleting text one character at a time.
  75.  
  76. Pressing CTRL-Y will delete the current line and put it into the editing
  77. buffer. Text in the editing buffer can be inserted anywhere by pressing
  78. SHIFT-INSERT. To mark a block of lines for cutting and pasting, press SHIFT-
  79. DOWN ARROW to highlight the lines (use SHIFT-UP ARROW to unmark the lines).
  80. You can also highlight text by holding down the LEFT button and dragging the
  81. MOUSE cursor. Press ESCAPE to cancel the block edit. Press SHIFT-DELETE to
  82. cut the text into the buffer, and SHIFT-INSERT to paste the text from the
  83. buffer into your document. If you just want to copy text, use SHIFT-DELETE
  84. to cut the highlighted text, and then re-insert it using SHIFT-INSERT. The
  85. block of lines is still in the editing buffer. Move the cursor to where you
  86. want to copy the text and press SHIFT-INSERT again.
  87.  
  88. READ offers a simple search and replace feature. Pressing F3 gives you the
  89. prompt SEARCH FOR. Press ESCAPE to cancel the search, otherwise enter the
  90. search string. Note that case is significant. The search string you enter
  91. becomes the default target for the next time you press F3. For large files,
  92. all segments are searched. If the search is successful, the line containing
  93. the string will be displayed as the top line on the screen, with the search
  94. string highlighted. You are then asked REPLACE WITH, where the default
  95. response is the current search string. Pressing ENTER, or ESCAPE, cancels
  96. the string replacement feature. If you type some other replacement string,
  97. that string becomes the default replacement string until you change it.
  98.  
  99. READ will not alter any special ASCII characters embedded in your original
  100. document, but certain characters are treated in special ways. For example,
  101. existing TAB characters (ASCII 9) are displayed as single HARD SPACE char-
  102. acters (ASCII 255). Substituting a single SPACE for each TAB keeps text lines
  103. that may have a lot of TABS, such as deeply nested loops in computer source
  104. code listings, from expanding an unreasonable amount across the editing
  105. screen. Other control characters, such as NEW PAGE (ASCII 12), are shown as
  106. the equivalent control character in braces. There is a NEW PAGE character a
  107. few paragraphs above this one. This would cause a FORM FEED if you were to
  108. send this file to your printer.
  109.  
  110. Pressing F7 sends the current document, segment, or marked block of text to
  111. your printer. You can press ESCAPE to cancel the print option, or you can
  112. press ESCAPE during printing to stop the process.
  113.  
  114. You should find READ to be easy to use. A device error, file access error, or
  115. disk access error will cause a warning message to be displayed on the prompt
  116. line at the bottom of the screen. If your document becomes so large that you
  117. are about to run out of FREE work space (as reported on the prompt line) you
  118. will be prompted to save the file and then READ it again. When you READ the
  119. file again, it will be displayed in segments.
  120.  
  121.                                SHAREWARE
  122.  
  123. READ is distributed as Shareware. Feel free to share the program and its
  124. files with others. However, if you continue to use READ, you must register
  125. the program by sending $12.00 US to:
  126.  
  127.                        Robert Lindsay Wells, Ph.D.
  128.                        1405 Lynn Avenue
  129.                        Clearwater, FL 34615
  130.  
  131. When you register, you will receive the latest version of READ, a sheet
  132. summarizing features in the program, one free upgrade of the program, and
  133. three months of technical support by telephone or E-Mail. Please register
  134. today!
  135.